Add manual bindings for MutableTree reading
authorColin Walters <walters@verbum.org>
Thu, 17 Feb 2022 23:36:43 +0000 (18:36 -0500)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:57 +0000 (12:53 -0400)
commit1199ae9bbca13b740bfdd7dcad5461f1efdba087
tree82ac363789752bb76c50658909eb9269a619013c
parent46b4a12b23cef64d6a80d610cad3857900685a2d
Add manual bindings for MutableTree reading

I'm trying to debug a problem in ostree-rs-ext, and it's
handy to be able to do `dbg!(mtree.copy_files())`.
rust-bindings/rust/src/lib.rs
rust-bindings/rust/src/mutable_tree.rs [new file with mode: 0644]
rust-bindings/rust/tests/util/mod.rs